#!/bin/bash
analyzeRepeats.pl rna mm10 -d tags/* -raw -count genes -condenseGenes -strand - > rawMinus.txt

mv rawMinus.txt raw.txt

analyzeRepeats.pl rna mm10 -d tags/* -tpm -count genes -condenseGenes -strand - > tpm.txt




